home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / rpg / crossfir.92 / crossfir / crossfire-0.92.5 / crossedit / doc / Imakefile < prev    next >
Makefile  |  1996-07-24  |  257b  |  16 lines

  1. #include "../../config/crossfire.tmpl"
  2.  
  3. DOCS = Conventions.doc Features.doc crossedit.man
  4.  
  5. AllTarget(emptyrule)
  6.  
  7. DependTarget()
  8.  
  9. InsertArchive(README Imakefile $(DOCS),crossedit/doc)
  10.  
  11. InstallManPage(crossedit,$(MANDIR))
  12.  
  13. clean::
  14.  
  15. /*** end of Imakefile ***/
  16.